Feature: Create Page
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 41.725s |
Scenario: User can create page successfully
Before
0m 0.709s
Given
I navigate to page "<LOGIN_URL>"
0m 0.769s
And
I wait for 5 seconds
0m 5.208s
When
I enter a correct email "<EMAIL>"
0m 0.236s
And
I wait for 2 seconds
0m 2.187s
When
I enter a correct password "<PASSWORD>"
0m 0.173s
And
I wait for 2 seconds
0m 2.200s
When
I click on the signin button
0m 0.365s
And
I wait for 5 seconds
0m 5.234s
Then
I can see dashboard admin
0m 0.216s
And
I wait for 2 seconds
0m 2.233s
When
I select the "Pages" section
0m 0.304s
And
I wait for 2 seconds
0m 2.206s
When
I select the "Create New Page" option
0m 0.224s
And
I wait for 2 seconds
0m 2.181s
When
I type the page title "Sample Page"
0m 0.171s
And
I wait for 2 seconds
0m 2.175s
When
I click on the body text of page
0m 0.172s
And
I wait for 2 seconds
0m 2.150s
When
I click on the "Publish Page" option
0m 0.205s
And
I wait for 2 seconds
0m 2.185s
When
I click on "Finish Review Page"
0m 0.169s
And
I wait for 2 seconds
0m 2.193s
When
I click on the "Publish Page Now" button
0m 0.221s
And
I wait for 5 seconds
0m 5.217s
Then
I confirm that the page was created
0m 0.202s
And
I wait for 2 seconds
0m 2.218s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 5 seconds
When
I enter a correct email "<EMAIL>"
And
I wait for 2 seconds
When
I enter a correct password "<PASSWORD>"
And
I wait for 2 seconds
When
I click on the signin button
And
I wait for 5 seconds
Then
I can see dashboard admin
And
I wait for 2 seconds
When
I select the "Pages" section
And
I wait for 2 seconds
When
I select the "Create New Page" option
And
I wait for 2 seconds
When
I type the page title "Sample Page"
And
I wait for 2 seconds
When
I click on the body text of page
And
I wait for 2 seconds
When
I click on the "Publish Page" option
And
I wait for 2 seconds
When
I click on "Finish Review Page"
And
I wait for 2 seconds
When
I click on the "Publish Page Now" button
And
I wait for 5 seconds
Then
I confirm that the page was created
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE